From: Richard M. Stallman Date: Wed, 26 May 1993 20:26:43 +0000 (+0000) Subject: (gnus-local-organization): Renamed from ...-your-... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95928 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4c149073d57422efb1f7414d6b1323636f4aa498;p=emacs.git (gnus-local-organization): Renamed from ...-your-... (gnus-local-domain): Likewise. --- diff --git a/lisp/paths.el b/lisp/paths.el index 4e3bd2cd4d4..b618f0186c0 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -62,13 +62,13 @@ environment variable or, if none, this value.") Go to a local news spool if its value is nil, in which case `gnus-nntp-server' should be set to `(system-name)'.") -(defvar gnus-your-domain nil +(defvar gnus-local-domain nil "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" The DOMAINNAME environment variable is used instead if defined. If the function `system-name' returns a fully qualified domain name, there is no need to define the name.") -(defvar gnus-your-organization "" +(defvar gnus-local-organization "" "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" The `ORGANIZATION' environment variable is used instead if defined.")